home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / windows 95 utilities / alarms and reminders / forgot-it / instalfr.inf < prev    next >
INI File  |  1996-12-19  |  2KB  |  57 lines

  1. ; Auteur  : Claude Legrosse <j-f.legrosse@ac-nancy-metz.fr>
  2. ; Installe Forgot-It! dans le repertoire de windows
  3. ; Desinstallation dans le panneau de configuration : Ajout/Suppression de programmes
  4. ; Forgot-It! copyright (c) Mathieu MARCIACQ
  5.  
  6. [DefaultInstall]
  7. CopyFiles  = Forgotit.copy.prog, Forgotit.copy.inf
  8. AddReg     = Forgotit.Add.Reg
  9. UpdateInis = Forgotit.Add.Links
  10.  
  11. [DefaultUninstall]
  12. DelFiles   = Forgotit.copy.prog, Forgotit.copy.inf, Forgotit.used.dat
  13. DelReg     = Forgotit.Del.Reg
  14. UpdateInis = Forgotit.Del.Links
  15.  
  16. [version]
  17. signature="$CHICAGO$"
  18.  
  19. [DestinationDirs]
  20. Forgotit.copy.prog=25 ; file go to windows folder
  21. Forgotit.copy.inf=17  ; file go to windows\inf folders
  22. Forgotit.used.dat=25  ; file go to windows folder
  23.  
  24. [Forgotit.copy.prog]
  25. Forgotit.exe
  26.  
  27. [Forgotit.copy.inf]
  28. InstalFR.inf
  29.  
  30. [Forgotit.used.dat]
  31. Postit.dat
  32. Postit.ini
  33.  
  34. [SourceDisksNames]
  35. 1="Forgot-It! (c) Mathieu-MARCIACQ","",1
  36.  
  37. [SourceDisksFiles]
  38. Forgotit.exe=1
  39. Forgotit.inf=1
  40.  
  41. [Forgotit.Add.Links]
  42. setup.ini, progman.groups,, "group1=Démarrage"
  43. setup.ini, group1,, """Forgot-It!"", ""%25%\Forgotit.exe"",,,,,Forgot-It!"
  44.  
  45. [Forgotit.Del.Links]
  46. setup.ini, progman.groups,, "group1=Démarrage"
  47. setup.ini, group1,, """Forgot-It!""
  48.  
  49. [Forgotit.Add.Reg]
  50. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,DisplayName,,"Forgot-It ! (Désinstallation)"
  51. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,UninstallString,,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 4 InstalFR.inf"
  52.  
  53. [Forgotit.Del.Reg]
  54. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,,,
  55. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,DisplayName,,"Forgot-It ! (Désinstallation)"
  56. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Forgotit,UninstallString,,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 4 InstalFR.inf"
  57.